home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11756 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: mail2news.demon.co.uk!genesis.demon.co.uk
  2. From: Lawrence Kirby <fred@genesis.demon.co.uk>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Help with SORTING!!!!
  5. Date: Mon, 25 Mar 96 14:52:41 GMT
  6. Organization: none
  7. Message-ID: <827765561snz@genesis.demon.co.uk>
  8. References: <4j1siu$4dc@dfw-ixnews2.ix.netcom.com>
  9. Reply-To: fred@genesis.demon.co.uk
  10. X-NNTP-Posting-Host: genesis.demon.co.uk
  11. X-Newsreader: Demon Internet Simple News v1.27
  12. X-Mail2News-Path: genesis.demon.co.uk
  13.  
  14. In article <4j1siu$4dc@dfw-ixnews2.ix.netcom.com>
  15.            c.koontz@ix.netcom.com(Curtis "Curtis Alan Koontz" writes:
  16.  
  17. >Hello out there in C land.
  18.  
  19. ...
  20.  
  21. >class classtick  {
  22. >  NodeStruct *cur_, *first_, *last_, *temp_;
  23. >  int node_;
  24. >  short _cmptick(void)  {return(strcmp(cur_->d.t.TickS,
  25. >temp_->d.t.TickS));}
  26. >  short _cmpgrade(void) {return(strcmp(cur_->d.t.Grade,
  27. >temp_->d.t.Grade));}
  28. >public:
  29.  
  30. We can't help you much because this code isn't written in C. Try comp.lang.c++.
  31.  
  32. -- 
  33. -----------------------------------------
  34. Lawrence Kirby | fred@genesis.demon.co.uk
  35. Wilts, England | 70734.126@compuserve.com
  36. -----------------------------------------
  37.